From 71f3f6038f9fb2fb7428ee9cf08f74ea2c5802cc Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 1 Oct 2003 14:24:33 +0000 Subject: [PATCH] bitkeeper revision 1.473.1.1 (3f7ae3a1ETOit2XWditIaoMNiR4HLA) minor fix to xen-clone script --- tools/control/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/control/Makefile b/tools/control/Makefile index 7a49e1807a..ce594d833b 100644 --- a/tools/control/Makefile +++ b/tools/control/Makefile @@ -8,7 +8,7 @@ clean: clean-cmdline clean-web examples: FORCE mkdir -p ../../../install/etc - chmod +w ../../../install/etc/* + chmod +w ../../../install/etc/* || true cp examples/xen* examples/*example ../../../install/etc/ cmdline: FORCE -- 2.30.2